[JQuery ASP.NET] How to render an array of objects with JQuery

Posted by Ricky on Stack Overflow See other posts from Stack Overflow or by Ricky
Published on 2010-04-15T03:36:58Z Indexed on 2010/04/15 3:43 UTC
Read the original article Hit count: 278

Filed under:
|

Hi guys:

Assume the JSON returned is

{"2010143545":{"info":[1,"soccer"]},
 "2010143547":{"info":[0,"Basketball"]}
}

How do I use JQuery to render the array on ASP.NET page? More precisely, what kind of HTML template do I need to set to stuff the JSON with JQuey?

Thanks you.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about ASP.NET